/*重置样式*/
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    /*border:0;*/
    font-size:100%;
    font:inherit;
    /*font-weight:normal;*/
    vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}
ol,ul,li {
    list-style:none;
}
blockquote,q {
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
    content:'';
    content:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
th,td {
    vertical-align:middle;
}
/* custom */
a {
    outline:none;
    color:#16418a;
    text-decoration:none;
    -webkit-backface-visibility:hidden;
}
a:focus {
    outline:none;
}
input:focus,select:focus,textarea:focus {
    outline:-webkit-focus-ring-color auto 0;
}

/*限定容器*/
.containers {
    background: #f5f5f5;
}
.container{
    width: 1200px;
    margin: 0  auto;
    padding: 0;
}
/*浮动*/
.float_l{
    float: left;
}
.float_r{
    float: right;
}
/*清除浮动*/
.clearfix:after { content:"."; clear: both; height: 0; overflow: hidden; visibility: hidden; display: block; }
.clearfix { zoom: 1;}
/*段落溢出*/
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis_three{
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.TypeTitle{
    width: 200px;
    height: 48px;
    background: #4fadea;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 48px;
    letter-spacing: 0px;
}
.display{
    display: none;
}
.typeList{
    display: block;
    width: 100%;
    background: #fff;
    min-height: 115px;
    padding-top: 20px;
}
.typeList li{
    display: block;
    width: 100%;
    height: 48px;
    background: transparent;
    line-height: 48px;
    padding-left: 18px;
    color:#3E464C;
    cursor: pointer;
}
.typeList li.actived{
    color: #3888fe;
    font-weight: bold;
    border-left: 3px solid #4fadea;
    background: #edf6fc;
}
.typeList li.actived a{
    color: #3888fe;
    background: #eef6fe;
    text-decoration: none;
}
.typeList li a{
    display: block;
    color:#3E464C;
    text-decoration: none;
}
.typeList li i{
    margin-right: 14px;
    font-size: 20px;
    vertical-align: middle;
}
.area{
    background-color: #fff;
    min-height: 340px;
    width: 100%;
}
.area .areaList{
    width: 224px;
    padding-top: 14px;
    margin: 0 auto;
    display: block;
}
.area .areaList li{
    display: inline-block;
    width: 60px;
    height: 24px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: center;
    color: #3e464c;
    line-height: 24px;
    margin-bottom: 8px;
    cursor: pointer;
}
.area .areaList li:nth-of-type(3n+2){
    margin-right: 16px;
    margin-left: 16px;
}
.area .areaList li.activeList{
    width: 60px;
    height: 24px;
    background: #3888fe;
    border-radius: 4px;
    color: #fff;
}

.zw_c_c_cont {
    overflow: hidden;
    clear: both;
    zoom: 1;
}
.ckgys_cont {
    padding: 10px;
}
.public_info_font {
    font: normal 15px '宋体';
}
.public_info_font tr {
    height: 35px;
}
.public_info_fff {
    border: 0 none;
    border-bottom: 1px solid #666;
    /*background: #f8fcff;*/
    text-align: center;
    font: normal 15px '宋体';
    color: #666;
    width: 350px;
}

/*政策法规*/
.searchBox{
    width: 95%;
    margin: 0 auto;
}
.searchBox .layui-form-label{
    width: 90px;
    padding: 6px 15px 6px 0;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: right;
    color: #3e464c;
    line-height: 28px;
}
.searchBox .layui-row .layui-input-inline{
    width: 180px;
}
.searchBox .layui-input-block{
    margin-left: 90px;
    width: 180px;
}
.searchBox .layui-input-inline input{
    background: #ffffff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}
.searchBox .layui-input-block input{
    background: #ffffff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}


.searchBox .layui-row .layui-input-inline input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: justify;
    color: #d0d0d8;
}
.searchBox .layui-row .layui-input-inline input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: justify;
    color: #d0d0d8;
}
.searchBox .layui-row .layui-input-inline input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: justify;
    color: #d0d0d8;
}
.searchBox .layui-row .layui-input-inline input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: justify;
    color: #d0d0d8;
}


.searchBox .layui-input-block input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: justify;
    color: #d0d0d8;
}
.searchBox .layui-input-block input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: justify;
    color: #d0d0d8;
}
.searchBox .layui-input-block input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: justify;
    color: #d0d0d8;
}
.searchBox .layui-input-block input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: justify;
    color: #d0d0d8;
}
.searchBox .layui-select-title input{
    background: #ffffff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}
.searchBox  .grid-demo button{
    width: 96px;
    height: 38px;
    border-radius: 4px;
}
.searchBox  .grid-demo button:nth-of-type(1){
    background: #2266d4;
    border: 1px solid #2266d4;
}
.searchBox  .grid-demo button:nth-of-type(2){
    background: #ffffff;
    border: 1px solid #8a94a6;
}

.searchBox .layui-laydate .layui-this{
    background-color: #3888fe!important;
}
.layui-laydate-content .layui-form-select dl dd.layui-this{
    background-color: #3888fe!important;
}

.layui-treeSelect .ztree li{
    display: block;
}

.pagination{
    float: right;
    margin-top: 36px;
    margin-right: 16px;
    margin-bottom: 36px;
}
.rotationChart .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 10px;
    right: 0;
    left: unset;
    width: 15%;
}
.rotationChart .swiper-pagination-bullet{
    background: rgba(255,255,255,0.5);
}
.rotationChart .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #3888fe;
}
.more{
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #fff;
    width: 52px;
    height: 18px;
    background: #fe9438;
    border-radius: 4px;
    text-align: center;
}
.more:hover{
    color:#fff!important;
}
.noticeShowLabelEspecially{
    width:96%;
    height: 48px;
    background: #3888fe;
    margin: 0 auto;
    margin-top: 34px;
}
.noticeShowLabelEspecially span{
    display: inline-block;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 80px;

}
.noticeShowLabelEspecially span:nth-of-type(1){
    margin-left: 36px;
    width: 672px;
}
.noticeShowLabelEspecially span:nth-of-type(2){
    width: 140px;
    text-align: center;
}

.noticeShowLabel{
    width:96%;
    height: 40px;
    background: #2266d4;
    margin: 0 auto;
    margin-top: 24px;
}
.noticeShowLabel span{
    display: inline-block;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 40px;
    vertical-align: middle;
}

.wfsxxwmdNoticeShowLabel{
    width:96%;
    height: 80px;
    background: #2266d4;
    margin: 0 auto;
    margin-top: 34px;
}
.wfsxxwmdNoticeShowLabel span{
    display: inline-block;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 80px;
    vertical-align: middle;
}
.noticeShowLabel span:nth-of-type(1){
    margin-left: 36px;
    width: 660px;
}
.noticeShowLabel span:nth-of-type(2){
    width: 80px;
    margin-right: 38px;
}


.noticeShowList{
    width: 96%;
    display: block;
    margin: 0 auto;
}
.noticeShowList li{
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcdfe6;
}
.noticeShowLi li{
    border-bottom: 1px dashed  #dcdfe6 !important;
}
.noticeShowLi li:before {
    content: ' ';
    position: relative;
    top: 22px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #c9c9c9;
    border-bottom: 5px solid transparent;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.noticeShowLi li:hover:before{
    border-left-color: #011F4F;
}
.noticeShowList li svg.upDate{
    display: none;
    vertical-align: middle;
    margin-top: -15px;
    font-size: 34px;
}
.noticeShowList li svg.showSvg{
    display: inline-block;
}
.noticeShowList li:hover{
    background: #fffaf5;
}
.noticeShowList li a{
    display: block;
}
.noticeShowList li span{
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #3e464c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.noticeShowListEspecially{
    width: 96%;
    display: block;
    margin: 0 auto;
}
.noticeShowListEspecially li{
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcdfe6;
}
.noticeShowListEspecially li svg.upDate{
    display: none;
    vertical-align: middle;
    margin-top: -15px;
    font-size: 34px;
}
.noticeShowListEspecially li svg.showSvg{
    display: inline-block;
}
.noticeShowListEspecially li:hover{
    background: #fffaf5;
}
.noticeShowListEspecially li a{
    display: block;
}
.noticeShowListEspecially li span{
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #3e464c;
}



.breakLawList{
    width: 96%;
    display: block;
    margin: 0 auto;
}
.breakLawList li{
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcdfe6;
}
.breakLawList li:hover{
    background: #fffaf5;
}
.breakLawList li a{
    display: block;
}
.breakLawList li span{
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    /*text-align: left;*/
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #3e464c;
    text-align: center;
}
.breakLawList li span:nth-of-type(1){
    width: 44px;
    margin-left: 10px;
}
.breakLawList li span:nth-of-type(2){
    width: 76px;
    margin-left: 10px;
}
.breakLawList li span:nth-of-type(3){
    width: 90px;
    margin-left: 10px;
    text-align: left;
}
.breakLawList li span:nth-of-type(4){
    width: 144px;
    margin-left: 10px;
    text-align: left;
}
.breakLawList li span:nth-of-type(5){
    width: 262px;
    margin-left: 10px;
    text-align: left;
}
.breakLawList li span:nth-of-type(6){
    width: 84px;
    margin-left: 10px;
}
.breakLawList li span:nth-of-type(7){
    width: 80px;
    margin-left: 10px;
}
.breakLawList li span:nth-of-type(8){
    width: 80px;
    margin-left: 10px;
}
.breakLawList li span:nth-of-type(9){
    width: 90px;
    margin-left: 10px;
}
.breakLawList li span:nth-of-type(10){
    width: 110px;
}



.experiencePointList{
    width: 98%;
    display: block;
    margin: 0 auto;
}
.experiencePointList li {
    width: 100%;
    display: block;
    height: 50px;
    border-bottom: 1px solid #dcdfe6;
}
.experiencePointList li svg.upDate{
    display: none;
    vertical-align: middle;
    margin-top: -15px;
    font-size: 34px;
}
.experiencePointList li svg.showSvg{
    display: inline-block;
}

.experiencePointList li a{
    display: block;
}
.experiencePointList li span{
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #3e464c;
}

.experiencePointList li span:nth-of-type(1){
    width: 56px;
    height: 24px;
    background: rgba(251,86,10,0.1);
    border-radius: 4px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: center;
    color: #fb560a;
    line-height: 24px;
    margin-left: 8px;
    margin-right: 20px;
}
.experiencePointList li span:nth-of-type(2){
    width: 580px;
    margin-right: 10px;
    margin-left: 18px;
}
.experiencePointList li span:nth-of-type(3){
    width: 108px;
    text-align: center;
}


.experiencePointList li span.titleShow{
    background: unset;
    border-radius: unset;
    color: #3e464c;
}

.noticeShowList li span:nth-of-type(1){
     width: 630px;
     margin-right: 10px;
     margin-left: 18px;
 }
.noticeShowLi li span:nth-of-type(1){
    width: 630px;
    margin-right: 10px;
    margin-left: 0px !important;
}
.noticeShowList li span:nth-of-type(2){
    width: 142px;
    text-align: center;
}

.noticeShowListEspecially li span:nth-of-type(1){
    width: 688px;
    margin-right: 10px;
    margin-left: 18px;
}
.noticeShowListEspecially li span:nth-of-type(2){
    width: 142px;
    text-align: center;
}


.noticeSelectList{
    background-color: #fff;
    min-height: 72px;
    width: 100%;
    margin-bottom: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.noticeSelectList div.noticeSelectListTitle{
    width: 240px;
    margin: 0 auto;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 500;
    text-align: left;
    color: #3e464c;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}
.noticeSelectList div.noticeSelectListTitle i:nth-of-type(2){
    display: inline-block;
}
.noticeSelectList div.noticeSelectListTitle i.transformIcon{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg);
}
.noticeSelectList ul.noticeSelectListUlHide{
    display: none;
}
.noticeSelectList div.noticeSelectListTitle.actived{
    color: #3888fe;
}
.noticeSelectList div.noticeSelectListTitle i:nth-of-type(1){
    margin-right: 10px;
}
.noticeSelectList ul{
    padding-left: 50px;
    margin: 0 auto;
    width: 240px;
    font-size: 12px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #3e464c;
    line-height: 32px;
}
.noticeSelectList ul li{
    display: block;
    cursor: pointer;
}
.noticeSelectList ul li a{
    display: block;
}
.noticeSelectList ul li.activedList a{
    color: #3888fe;
}


.infoCommon{
    background: #fff;
    width: 100%;
    min-height: 600px;
}
.annex{
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #3e464c;
    line-height: 20px;
}
.cont {
    height: auto;
    padding: 0 22px;
}

/* 外面盒子样式---自己定义 */
.page_div {
    margin: 20px 10px 20px 0;
    color: #666
}

/* 页数按钮样式 */
.page_div button {
    display: inline-block;
    min-width: 30px;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    line-height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage, #lastPage, #nextPage, #prePage {
    width: 54px;
    color: rgb(39, 139, 225);
    border: 1px solid rgb(39, 139, 225)
}

#nextPage, #prePage {
    width: 70px
}

.page_div .current {
    border-color: rgb(39, 139, 225);
    color: rgb(39, 139, 225)
}

/* 页面数量 */
.totalPages {
    margin: 0 10px
}

.totalPages span, .totalSize span {
    color: rgb(39, 139, 225);
    margin: 0 5px
}

/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}

.guangDong .liHide{
    display: none!important;
}
.changeSelectBackG .layui-form-select dl dd.layui-this {
    background-color: #3888fe!important;
}
